home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1599 / 1523 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  800 b 

  1. Date: Sun, 5 Jun 1994 10:16:27 -0700
  2. From: ersmith@netcom.com (Eric R. Smith)
  3. Message-Id: <199406051716.KAA02376@netcom.com>
  4. To: ekl@sdf.lonestar.org, mint@atari.archive.umich.edu
  5. Subject: Re:  MultiTOS
  6.  
  7. The AES grabs all kinds of vectors, which is the main reason you can't
  8. kill the (MultiTOS) AES and restart it -- the vectors are left pointing
  9. into free memory. (The ROM AES also has a BSS at a fixed address in
  10. memory, so after it has run once some variables are initialized (and so
  11. it doesn't re-initialize properly the next time).
  12.  
  13. As for the AES devices: AES_MT is a hack to avoid polling all the things
  14. (timer, mouse, etc.) the AES may be interested in, and AES_BIOS is
  15. a hack to fix programs that mix BIOS and GEM I/O (reading from AES_BIOS
  16. is basically the same as doing an evnt_keyboard).
  17.